Blazor コントロール
FilterAsync<T>(IDataCollection<T>,Expression<Func<T,Object>>,FilterOperation,Object) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > FilterAsync メソッド : FilterAsync<T>(IDataCollection<T>,Expression<Func<T,Object>>,FilterOperation,Object) メソッド
The data collection.
The path of the data item to which the filter will be applied.
The filter operation.
The value used in the expression.
Filters the data using specified filter parameters.
シンタックス
'宣言
 
Public Overloads Shared Function FilterAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal filterPath As System.Linq.Expressions.Expression(Of Func(Of T,Object)), _
   ByVal filterOperation As FilterOperation, _
   ByVal value As System.Object _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task FilterAsync<T>( 
   IDataCollection<T> dataCollection,
   System.Linq.Expressions.Expression<Func<T,object>> filterPath,
   FilterOperation filterOperation,
   System.object value
)
where T: class

パラメータ

dataCollection
The data collection.
filterPath
The path of the data item to which the filter will be applied.
filterOperation
The filter operation.
value
The value used in the expression.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧